home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / shared.dir / 00704.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  1.6 KB  |  67 lines

  1. on mainMenuRollovers
  2.   if rollOver(40) then
  3.     puppetSprite(40, 1)
  4.     set the castNum of sprite 40 to cast "b030.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 40 to cast "b030"
  8.     updateStage()
  9.   end if
  10.   if rollOver(41) then
  11.     puppetSprite(41, 1)
  12.     set the castNum of sprite 41 to cast "b011.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 41 to cast "b011"
  16.     updateStage()
  17.   end if
  18.   if rollOver(42) then
  19.     puppetSprite(42, 1)
  20.     set the castNum of sprite 42 to cast "b024.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 42 to cast "b024"
  24.     updateStage()
  25.   end if
  26.   if rollOver(43) then
  27.     puppetSprite(43, 1)
  28.     set the castNum of sprite 43 to cast "b025.roll"
  29.     updateStage()
  30.   else
  31.     set the castNum of sprite 43 to cast "b025"
  32.     updateStage()
  33.   end if
  34.   if rollOver(44) then
  35.     puppetSprite(44, 1)
  36.     set the castNum of sprite 44 to cast "b026.roll"
  37.     updateStage()
  38.   else
  39.     set the castNum of sprite 44 to cast "b026"
  40.     updateStage()
  41.   end if
  42.   if rollOver(45) then
  43.     puppetSprite(45, 1)
  44.     set the castNum of sprite 45 to cast "b027.roll"
  45.     updateStage()
  46.   else
  47.     set the castNum of sprite 45 to cast "b027"
  48.     updateStage()
  49.   end if
  50.   if rollOver(46) then
  51.     puppetSprite(46, 1)
  52.     set the castNum of sprite 46 to cast "b028.roll"
  53.     updateStage()
  54.   else
  55.     set the castNum of sprite 46 to cast "b028"
  56.     updateStage()
  57.   end if
  58.   if rollOver(47) then
  59.     puppetSprite(47, 1)
  60.     set the castNum of sprite 47 to cast "b029.roll"
  61.     updateStage()
  62.   else
  63.     set the castNum of sprite 47 to cast "b029"
  64.     updateStage()
  65.   end if
  66. end
  67.